home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DLLHELLO.PAK / CALLDLL.H < prev    next >
Text File  |  1997-05-06  |  510b  |  18 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (C) 1991, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5.  
  6. #define CM_CREATE   101
  7. #define CM_RSTRING  102
  8. #define CM_RCURSOR  103
  9. #define CM_RICON    104
  10. #define CM_RBITMAP  105
  11.  
  12. #define ID_STRING   300
  13. #define ID_ICON     301
  14. #define ID_CURSOR   302
  15. #define ID_BITMAP   303
  16.  
  17. #define IDM_COMMANDS 400
  18.